home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / pc / SOMC / Casts / Misc.cst / 00060.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  106 b   |  8 lines

  1. on mouseEnter
  2.   puppetSound 1, "Pop"
  3. end
  4.  
  5. on mouseUp
  6.   puppetSound 1, "Plink"
  7.   go to frame "Showcase"
  8. end